home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / time / EZCron.lha / rexx / Reminder.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1996-09-09  |  272 b   |  10 lines

  1. /* REMINDER AREXX SCRIPT v1.0 */
  2. LF= '0a'x
  3. arg eventtext
  4.  
  5.     if ~show('L','rexxreqtools.library') then
  6.             call addlib("rexxreqtools.library", 0, -30, 0)
  7.  
  8. call rtezrequest("+ + + R E M I N D E R + + +"||LF||""||LF||eventtext, "Okay", , "rt_reqpos = reqpos_centerscr")
  9.  
  10.